Interface | Description |
---|---|
ICSSParserHandler |
Handles events sent from the
CSSParser class. |
IParserHandler |
Handles events sent from the
Parser class. |
Class | Description |
---|---|
Configuration |
Program configuration.
|
Convertor |
Class which converts HTML into LaTeX format.
|
CSSParser |
CSS parser.
|
CSSParserHandler |
Handles events sent from the CSS Parser.
|
CSSPropertyConfigItem |
Class representing configuration of each CSS property
defined in the configuration file.
|
CSSStyle |
Class representing CSS style definition in program configuration.
|
ElementConfigItem |
Class representing configuration of each HTML element.
|
ElementEnd |
Class representing HTML end element.
|
ElementStart |
Class representing HTML start element.
|
Main |
Program main class.
|
MyElement |
Abstract class for HTML start and end elements (tags).
|
Parser |
HTML parser.
|
ParserHandler |
Handles events sent from the
Parser class. |
Enum | Description |
---|---|
LinksConversion |
The way of converting hyperlinks.
|
Exception | Description |
---|---|
ErrorException |
Error - not so heavy as
fatal error . |
FatalErrorException |
Fatal error - leads to program exit.
|
NoItemException |
Configuration item (element, entity, CSS property) wasn't found
in the cofiguration.
|